Update hiketech capabilities to show that it now writes tracks.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 9 Feb 2005 16:26:27 +0000 (16:26 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 9 Feb 2005 16:26:27 +0000 (16:26 +0000)
gpsbabel/hiketech.c

index 0e56e2459a0a4e4a33a03dd48485af105a93f894..bf09e4c095254bdaac2d603992d2f2efe9d83a91 100644 (file)
@@ -1,7 +1,7 @@
 /*
     Access Hiketech XML data files.
 
-    Copyright (C) 2004 Robert Lipe, robertlipe@usa.net
+    Copyright (C) 2004,2005 Robert Lipe, robertlipe@usa.net
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -268,7 +268,7 @@ void        ht_trk_alt(const char *args, const char **unused)
 
 ff_vecs_t hiketech_vecs = {
         ff_type_file,
-       { ff_cap_read | ff_cap_write, ff_cap_read | ff_cap_none },
+       { ff_cap_read | ff_cap_write, ff_cap_read | ff_cap_write },
         hiketech_rd_init,
         hiketech_wr_init,
         hiketech_rd_deinit,